home *** CD-ROM | disk | FTP | other *** search
- CSTRINGS.LBR VERSION 1.0
- Spark Software, Inc.
-
- If you find this software of use, it is requested that you send
- a donation ($10.00 suggested) to:
-
- Spark Software, Inc.
- 24 Royal Crest Dr., #5
- Nashua, NH 03060
-
- Upon receiving your donation, your name will be added to the
- List of Registered Users, and future updates can be obtained
- from the SPARKIE RBBS at (603) 888-8179.
-
- If you include an extra $10.00 with your donation, the newest
- version of CSTRINGS.LBR will be mailed to you.
-
- Call SPARKIE RBBS at the number above for other Spark Software
- products!!!
-
- The following files are included in release 1.0 of CSTRINGS.LBR
-
- INDEX C Contains index/rindex functions to find first/last
- occurrence of a character in a string.
- STRLOWER C Contains strlower function to convert a string to lower case.
- STRCAT C Contains strcat function to concatenate one string to another.
- STRLEN C Contains strlen to return the length of a string.
- STRCPY C Contains strcpy to copy a string.
- STRCMP C Contains strcmp to compare to strings.
- RIGHT C Contains function right which returns a string containing the
- rightmost characters from a string.
- STRTRANS C Contains strtrans which translates a string based on a user
- defined translation table.
- STRUPPER C Contains strupper to convert a string to upper case.
- MID C Contains function mid which returns a string containing the
- characters from the middle of a string.
- STRSPLIT C Contains strsplit which creates two new strings from one
- original (splits the original).
- STRREPT C Contains strrept which fills a string with a certain character.
- LEFT C Contains function left which returns a string consisting of
- the left-most characters of a string.
- CENTERS C Contains function centers which centers a string.
- STRBLANK C Contains strb,strblf, strbri which place blanks in a string
- in the middle, left side, or right side.
- STRDEL C Contains strd, strdlf, strdrt which delete portions of a
- string in the middle, left side, or right side.
- STRNULL C Contains strnull which returns whether a string is NULL
- STRINS C Contains stri, strilf, strirt which insert characters in a
- string in the middle, left side, or right side.
- STRDEFS H Contains macros for strnull, and strtbig (see if a string
- is longer than n characters).
-